home *** CD-ROM | disk | FTP | other *** search
/ Mac Ga Ichiban! 1996 December / macgaichiban199612.bin / NEWS ROOM / contentm.dir / 00014.ls < prev    next >
Encoding:
Text File  |  1996-02-20  |  186 b   |  10 lines

  1. on exitFrame
  2.   if (the mouseCast <= 128) and (the mouseCast >= 120) then
  3.     puppetSprite(5, 1)
  4.     go("s3")
  5.   else
  6.     set the castNum of sprite 5 to 800
  7.     go(the frame)
  8.   end if
  9. end
  10.